-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-20.0] Upgrade the Golang version to go1.22.5
#16323
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Hello! 👋 This Pull Request is now handled by arewefastyet. The current HEAD and future commits will be benchmarked. You can find the performance comparison on the arewefastyet website. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-20.0 #16323 +/- ##
================================================
+ Coverage 68.65% 68.67% +0.01%
================================================
Files 1541 1541
Lines 197830 197830
================================================
+ Hits 135826 135861 +35
+ Misses 62004 61969 -35 ☔ View full report in Codecov by Sentry. |
0360ed7
to
b3b9f8d
Compare
The new Go docker images are not available yet (https://hub.docker.com/_/golang/tags?page=&page_size=&ordering=&name=1.22.5), I have not built and pushed the bootstrap image. |
b3b9f8d
to
519bd30
Compare
519bd30
to
f60c1b4
Compare
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
f60c1b4
to
fc40fb9
Compare
This Pull Request bumps the Golang version to
go1.22.5
and the bootstrap version to32.1
.There are a few manual steps remaining:
./.github/workflows/*.yml
files with the newer Golang version, the bot cannot handle that due to permissions.go run ./go/tools/go-upgrade/go-upgrade.go upgrade workflows --go-to=1.22.5
cc @vitessio/release